home *** CD-ROM | disk | FTP | other *** search
- -- background: 2671 from stack: in
- -- bmap block id: 3310
- -- flags: 0000
- -- background id: 0
- -- name: map
- ----- HyperTalk script -----
-
-
- on mouseUp
- --clicking on the card brings you back to Directory
- push card
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=432 top=294 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 1005 / 1005
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: go to summary
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card "main card"
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=407 top=23 right=45 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: pop card
- ----- HyperTalk script -----
- on mouseUp
- pop card
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=205 top=315 right=338 bottom=231
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go to prev card
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=237 top=315 right=338 bottom=262
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=428 top=244 right=294 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 27056 / 27056
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: To make a button
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card id 10259
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=275 top=297 right=342 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 11645 / 11645
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: no. of cards
- ----- HyperTalk script -----
- on mouseUp
- set userlevel to 5
- put empty into message box
- get number of cards
- put "The total Number of Cards = " into word 1 of message
- put it into word 7 of message
- set userlevel to 2
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=355 top=296 right=342 bottom=413
- -- title width / last selected line: 0
- -- icon id / first selected line: 32462 / 32462
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card id 11167 of stack "box4"
- end mouseUp
-
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=0 top=38 right=58 bottom=80
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Name Card
- ----- HyperTalk script -----
- on mouseUp
- put empty into NameCard
- if field "Name Card" is empty
- then
- ask "Please enter the name of this card:"
- if it is empty then exit mouseUp
- put it into NameCard
- set the name of this card to NameCard
- put NameCard into field "Name Card"
- end if
-
- if field "Name Card" is not empty
- then
- put first line of field "Name Card" into NameCard
- set the name of this card to NameCard
- end if
-
- end mouseUp
-
-
-
- -- part 11 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=81 top=41 right=59 bottom=223
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Name Card
-